/* outputs from the SyndFeed, (independend object model) */
output=.bsf~new("com.sun.syndication.io.SyndFeedOutput")
/* Builds a SyndFeedOutput from a SyndFeed */
say output~outputString(feed)
say output~outputString(feed,1) /* usage of pritty print(0 yes or 1 no) */